Html Css Color HEX #2966CF Cerulean Blue

📋 copy color: '#2966CF'

red 41 ◦ green 102 ◦ blue 207

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

Shades of Cerulean Blue #2966CF

Tints of Cerulean Blue #2966CF

RGB

 RED value IS 41 (16.41% from 255) = 11.71%

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 207 (81.25% from 255) = 59.14%

R = 11.71%
G = 29.14%
B = 59.14%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2966CF (or 0x2966CF) is known color: Cerulean Blue. HEX triplet: 29, 66 and CF. RGB value is (41,102,207). Sum of RGB (Red+Green+Blue) = 41+102+207=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #2966CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2966CF is #D69930. Grayscale: #5F5F5F. Windows color (decimal): -14063921 or 13592105. OLE color: 13592105.

HSL color Cylindrical-coordinate representation of color #2966CF: hue angle of 217.95º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2966CF is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 41 102 207 -
CMYK 0.80 0.51 0 0.19
HSL 217.95º 0.67% 0.49% -
HSV(B) 217.95º 0.8% 0.81% -
XYZ 16.93 14.48 60.93 -
YUV 95.73 190.79 88.96 -
System Red Green Blue C M Y K H S L
Decimal 41 102 207 0.80 0.51 0 0.19 217.95 0.67 0.49
Hex 29 66 CF 50 33 0 13 DA 43 31
Octal 51 146 317 120 63 0 23 332 103 61
Binary 101001 1100110 11001111 1010000 110011 0 10011 11011010 1000011 110001

Color Harmonies of #2966CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2966CF

Black with #2966CF

Text Example


Text Example

White with #2966CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2966CF; }

 p { color: rgb(41,102,207); }

 H1.HeaderClassName
 {
   color: #2966CF;
 }
 .AnyTagClassName
 {
   color: #2966CF;
 }
</style>

background-color css

<style>
 a { background-color: #2966CF; }

 a { background-color: rgb(41,102,207); }

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

border-color css

<style>
 span { border-color: #2966CF; }

 span { border-color: rgb(41,102,207); }

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