Html Css Color HEX #304ACF Cerulean Blue

📋 copy color: '#304ACF'

red 48 ◦ green 74 ◦ blue 207

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

Shades of Cerulean Blue #304ACF

Tints of Cerulean Blue #304ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.49%

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

R = 14.59%
G = 22.49%
B = 62.92%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#304ACF (or 0x304ACF) is known color: Cerulean Blue. HEX triplet: 30, 4A and CF. RGB value is (48,74,207). Sum of RGB (Red+Green+Blue) = 48+74+207=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #304ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ACF is #CFB530. Grayscale: #505050. Windows color (decimal): -13612337 or 13584944. OLE color: 13584944.

HSL color Cylindrical-coordinate representation of color #304ACF: hue angle of 230.19º 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 #304ACF is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 74 207 -
CMYK 0.77 0.64 0 0.19
HSL 230.19º 0.62% 0.5% -
HSV(B) 230.19º 0.77% 0.81% -
XYZ 14.93 10.03 60.18 -
YUV 81.39 198.89 104.19 -
System Red Green Blue C M Y K H S L
Decimal 48 74 207 0.77 0.64 0 0.19 230.19 0.62 0.5
Hex 30 4A CF 4D 40 0 13 E6 3E 32
Octal 60 112 317 115 100 0 23 346 76 62
Binary 110000 1001010 11001111 1001101 1000000 0 10011 11100110 111110 110010

Color Harmonies of #304ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304ACF

Black with #304ACF

Text Example


Text Example

White with #304ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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