Html Css Color HEX #304FCF Cerulean Blue

📋 copy color: '#304FCF'

red 48 ◦ green 79 ◦ blue 207

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

Shades of Cerulean Blue #304FCF

Tints of Cerulean Blue #304FCF

RGB

 RED value IS 48 (19.14% from 255) = 14.37%

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

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

R = 14.37%
G = 23.65%
B = 61.98%

CMYK

 C value IS 0.77

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#304FCF (or 0x304FCF) is known color: Cerulean Blue. HEX triplet: 30, 4F and CF. RGB value is (48,79,207). Sum of RGB (Red+Green+Blue) = 48+79+207=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #304FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FCF is #CFB030. Grayscale: #535353. Windows color (decimal): -13611057 or 13586224. OLE color: 13586224.

HSL color Cylindrical-coordinate representation of color #304FCF: hue angle of 228.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #304FCF is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 79 207 -
CMYK 0.77 0.62 0 0.19
HSL 228.3º 0.62% 0.5% -
HSV(B) 228.3º 0.77% 0.81% -
XYZ 15.28 10.73 60.3 -
YUV 84.32 197.23 102.09 -
System Red Green Blue C M Y K H S L
Decimal 48 79 207 0.77 0.62 0 0.19 228.3 0.62 0.5
Hex 30 4F CF 4D 3E 0 13 E4 3E 32
Octal 60 117 317 115 76 0 23 344 76 62
Binary 110000 1001111 11001111 1001101 111110 0 10011 11100100 111110 110010

Color Harmonies of #304FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304FCF

Black with #304FCF

Text Example


Text Example

White with #304FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304FCF; }

 p { color: rgb(48,79,207); }

 H1.HeaderClassName
 {
   color: #304FCF;
 }
 .AnyTagClassName
 {
   color: #304FCF;
 }
</style>

background-color css

<style>
 a { background-color: #304FCF; }

 a { background-color: rgb(48,79,207); }

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

border-color css

<style>
 span { border-color: #304FCF; }

 span { border-color: rgb(48,79,207); }

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