Html Css Color HEX #305ACF Cerulean Blue

📋 copy color: '#305ACF'

red 48 ◦ green 90 ◦ blue 207

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

Shades of Cerulean Blue #305ACF

Tints of Cerulean Blue #305ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.09%

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

R = 13.91%
G = 26.09%
B = 60%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#305ACF (or 0x305ACF) is known color: Cerulean Blue. HEX triplet: 30, 5A and CF. RGB value is (48,90,207). Sum of RGB (Red+Green+Blue) = 48+90+207=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #305ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305ACF is #CFA530. Grayscale: #5A5A5A. Windows color (decimal): -13608241 or 13589040. OLE color: 13589040.

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

Color convert

RGB 48 90 207 -
CMYK 0.77 0.57 0 0.19
HSL 224.15º 0.62% 0.5% -
HSV(B) 224.15º 0.77% 0.81% -
XYZ 16.14 12.45 60.58 -
YUV 90.78 193.59 97.49 -
System Red Green Blue C M Y K H S L
Decimal 48 90 207 0.77 0.57 0 0.19 224.15 0.62 0.5
Hex 30 5A CF 4D 39 0 13 E0 3E 32
Octal 60 132 317 115 71 0 23 340 76 62
Binary 110000 1011010 11001111 1001101 111001 0 10011 11100000 111110 110010

Color Harmonies of #305ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305ACF

Black with #305ACF

Text Example


Text Example

White with #305ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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