Html Css Color HEX #2F64BA Cerulean Blue

📋 copy color: '#2F64BA'

red 47 ◦ green 100 ◦ blue 186

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

Shades of Cerulean Blue #2F64BA

Tints of Cerulean Blue #2F64BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 14.11%
G = 30.03%
B = 55.86%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2F64BA (or 0x2F64BA) is known color: Cerulean Blue. HEX triplet: 2F, 64 and BA. RGB value is (47,100,186). Sum of RGB (Red+Green+Blue) = 47+100+186=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F64BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F64BA is #D09B45. Grayscale: #5D5D5D. Windows color (decimal): -13671238 or 12215343. OLE color: 12215343.

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

Color convert

RGB 47 100 186 -
CMYK 0.75 0.46 0 0.27
HSL 217.12º 0.6% 0.46% -
HSV(B) 217.12º 0.75% 0.73% -
XYZ 14.59 13.26 48.25 -
YUV 93.96 179.94 94.51 -
System Red Green Blue C M Y K H S L
Decimal 47 100 186 0.75 0.46 0 0.27 217.12 0.6 0.46
Hex 2F 64 BA 4B 2E 0 1B D9 3C 2E
Octal 57 144 272 113 56 0 33 331 74 56
Binary 101111 1100100 10111010 1001011 101110 0 11011 11011001 111100 101110

Color Harmonies of #2F64BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F64BA

Black with #2F64BA

Text Example


Text Example

White with #2F64BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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