Html Css Color HEX #2661CB Cerulean Blue

📋 copy color: '#2661CB'

red 38 ◦ green 97 ◦ blue 203

#2661CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2661CB

Tints of Cerulean Blue #2661CB

RGB

 RED value IS 38 (15.23% from 255) = 11.24%

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 203 (79.69% from 255) = 60.06%

R = 11.24%
G = 28.7%
B = 60.06%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2661CB (or 0x2661CB) is known color: Cerulean Blue. HEX triplet: 26, 61 and CB. RGB value is (38,97,203). Sum of RGB (Red+Green+Blue) = 38+97+203=338 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.24% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #2661CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2661CB is #D99E34. Grayscale: #5A5A5A. Windows color (decimal): -14261813 or 13328678. OLE color: 13328678.

HSL color Cylindrical-coordinate representation of color #2661CB: hue angle of 218.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2661CB is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 38 97 203 -
CMYK 0.81 0.52 0 0.20
HSL 218.55º 0.68% 0.47% -
HSV(B) 218.55º 0.81% 0.8% -
XYZ 15.85 13.27 58.23 -
YUV 91.44 190.95 89.88 -
System Red Green Blue C M Y K H S L
Decimal 38 97 203 0.81 0.52 0 0.20 218.55 0.68 0.47
Hex 26 61 CB 51 34 0 14 DB 44 2F
Octal 46 141 313 121 64 0 24 333 104 57
Binary 100110 1100001 11001011 1010001 110100 0 10100 11011011 1000100 101111

Color Harmonies of #2661CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2661CB

Black with #2661CB

Text Example


Text Example

White with #2661CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2661CB; }

 p { color: rgb(38,97,203); }

 H1.HeaderClassName
 {
   color: #2661CB;
 }
 .AnyTagClassName
 {
   color: #2661CB;
 }
</style>

background-color css

<style>
 a { background-color: #2661CB; }

 a { background-color: rgb(38,97,203); }

 div.DivClassName
 {
   background-color: #2661CB;
 }
 .BgClassName
 {
   background-color: #2661CB;
 }
</style>

border-color css

<style>
 span { border-color: #2661CB; }

 span { border-color: rgb(38,97,203); }

 td.TdClassName
 {
   border-color: #2661CB;
 }
 .TagClassName
 {
   border-color: #2661CB;
 }
</style>