Html Css Color HEX #314FCB Cerulean Blue

📋 copy color: '#314FCB'

red 49 ◦ green 79 ◦ blue 203

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

Shades of Cerulean Blue #314FCB

Tints of Cerulean Blue #314FCB

RGB

 RED value IS 49 (19.53% from 255) = 14.8%

 GREEN value IS 79 (31.25% from 255) = 23.87%

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

R = 14.8%
G = 23.87%
B = 61.33%

CMYK

 C value IS 0.76

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#314FCB (or 0x314FCB) is known color: Cerulean Blue. HEX triplet: 31, 4F and CB. RGB value is (49,79,203). Sum of RGB (Red+Green+Blue) = 49+79+203=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #314FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314FCB is #CEB034. Grayscale: #535353. Windows color (decimal): -13545525 or 13324081. OLE color: 13324081.

HSL color Cylindrical-coordinate representation of color #314FCB: hue angle of 228.31º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #314FCB is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 79 203 -
CMYK 0.76 0.61 0 0.20
HSL 228.31º 0.61% 0.49% -
HSV(B) 228.31º 0.76% 0.8% -
XYZ 14.84 10.56 57.76 -
YUV 84.17 195.06 102.92 -
System Red Green Blue C M Y K H S L
Decimal 49 79 203 0.76 0.61 0 0.20 228.31 0.61 0.49
Hex 31 4F CB 4C 3D 0 14 E4 3D 31
Octal 61 117 313 114 75 0 24 344 75 61
Binary 110001 1001111 11001011 1001100 111101 0 10100 11100100 111101 110001

Color Harmonies of #314FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314FCB

Black with #314FCB

Text Example


Text Example

White with #314FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314FCB; }

 p { color: rgb(49,79,203); }

 H1.HeaderClassName
 {
   color: #314FCB;
 }
 .AnyTagClassName
 {
   color: #314FCB;
 }
</style>

background-color css

<style>
 a { background-color: #314FCB; }

 a { background-color: rgb(49,79,203); }

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

border-color css

<style>
 span { border-color: #314FCB; }

 span { border-color: rgb(49,79,203); }

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