Html Css Color HEX #2F5CBC Cerulean Blue

📋 copy color: '#2F5CBC'

red 47 ◦ green 92 ◦ blue 188

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

Shades of Cerulean Blue #2F5CBC

Tints of Cerulean Blue #2F5CBC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

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

R = 14.37%
G = 28.13%
B = 57.49%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2F5CBC (or 0x2F5CBC) is known color: Cerulean Blue. HEX triplet: 2F, 5C and BC. RGB value is (47,92,188). Sum of RGB (Red+Green+Blue) = 47+92+188=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F5CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F5CBC is #D0A343. Grayscale: #595959. Windows color (decimal): -13673284 or 12344367. OLE color: 12344367.

HSL color Cylindrical-coordinate representation of color #2F5CBC: hue angle of 220.85º 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 #2F5CBC is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 47 92 188 -
CMYK 0.75 0.51 0 0.26
HSL 220.85º 0.6% 0.46% -
HSV(B) 220.85º 0.75% 0.74% -
XYZ 14.08 11.89 49.13 -
YUV 89.49 183.59 97.69 -
System Red Green Blue C M Y K H S L
Decimal 47 92 188 0.75 0.51 0 0.26 220.85 0.6 0.46
Hex 2F 5C BC 4B 33 0 1A DD 3C 2E
Octal 57 134 274 113 63 0 32 335 74 56
Binary 101111 1011100 10111100 1001011 110011 0 11010 11011101 111100 101110

Color Harmonies of #2F5CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5CBC

Black with #2F5CBC

Text Example


Text Example

White with #2F5CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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