Html Css Color HEX #2F5ABC Cerulean Blue

📋 copy color: '#2F5ABC'

red 47 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #2F5ABC

Tints of Cerulean Blue #2F5ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.85%

R = 14.46%
G = 27.69%
B = 57.85%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F5ABC (or 0x2F5ABC) is known color: Cerulean Blue. HEX triplet: 2F, 5A and BC. RGB value is (47,90,188). Sum of RGB (Red+Green+Blue) = 47+90+188=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F5ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5ABC is #D0A543. Grayscale: #575757. Windows color (decimal): -13673796 or 12343855. OLE color: 12343855.

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

Color convert

RGB 47 90 188 -
CMYK 0.75 0.52 0 0.26
HSL 221.7º 0.6% 0.46% -
HSV(B) 221.7º 0.75% 0.74% -
XYZ 13.91 11.55 49.07 -
YUV 88.32 184.25 98.53 -
System Red Green Blue C M Y K H S L
Decimal 47 90 188 0.75 0.52 0 0.26 221.7 0.6 0.46
Hex 2F 5A BC 4B 34 0 1A DE 3C 2E
Octal 57 132 274 113 64 0 32 336 74 56
Binary 101111 1011010 10111100 1001011 110100 0 11010 11011110 111100 101110

Color Harmonies of #2F5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5ABC

Black with #2F5ABC

Text Example


Text Example

White with #2F5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,90,188); }

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

background-color css

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

 a { background-color: rgb(47,90,188); }

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

border-color css

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

 span { border-color: rgb(47,90,188); }

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