Html Css Color HEX #2F64BE Cerulean Blue

📋 copy color: '#2F64BE'

red 47 ◦ green 100 ◦ blue 190

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

Shades of Cerulean Blue #2F64BE

Tints of Cerulean Blue #2F64BE

RGB

 RED value IS 47 (18.75% from 255) = 13.95%

 GREEN value IS 100 (39.45% from 255) = 29.67%

 BLUE value IS 190 (74.61% from 255) = 56.38%

R = 13.95%
G = 29.67%
B = 56.38%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2F64BE (or 0x2F64BE) is known color: Cerulean Blue. HEX triplet: 2F, 64 and BE. RGB value is (47,100,190). Sum of RGB (Red+Green+Blue) = 47+100+190=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F64BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F64BE is #D09B41. Grayscale: #5E5E5E. Windows color (decimal): -13671234 or 12477487. OLE color: 12477487.

HSL color Cylindrical-coordinate representation of color #2F64BE: hue angle of 217.76º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F64BE is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 47 100 190 -
CMYK 0.75 0.47 0 0.25
HSL 217.76º 0.6% 0.46% -
HSV(B) 217.76º 0.75% 0.75% -
XYZ 15.02 13.44 50.52 -
YUV 94.41 181.94 94.18 -
System Red Green Blue C M Y K H S L
Decimal 47 100 190 0.75 0.47 0 0.25 217.76 0.6 0.46
Hex 2F 64 BE 4B 2F 0 19 DA 3C 2E
Octal 57 144 276 113 57 0 31 332 74 56
Binary 101111 1100100 10111110 1001011 101111 0 11001 11011010 111100 101110

Color Harmonies of #2F64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F64BE

Black with #2F64BE

Text Example


Text Example

White with #2F64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F64BE; }

 p { color: rgb(47,100,190); }

 H1.HeaderClassName
 {
   color: #2F64BE;
 }
 .AnyTagClassName
 {
   color: #2F64BE;
 }
</style>

background-color css

<style>
 a { background-color: #2F64BE; }

 a { background-color: rgb(47,100,190); }

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

border-color css

<style>
 span { border-color: #2F64BE; }

 span { border-color: rgb(47,100,190); }

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