Html Css Color HEX #2251CF Cerulean Blue

📋 copy color: '#2251CF'

red 34 ◦ green 81 ◦ blue 207

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

Shades of Cerulean Blue #2251CF

Tints of Cerulean Blue #2251CF

RGB

 RED value IS 34 (13.67% from 255) = 10.56%

 GREEN value IS 81 (32.03% from 255) = 25.16%

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

R = 10.56%
G = 25.16%
B = 64.29%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2251CF (or 0x2251CF) is known color: Cerulean Blue. HEX triplet: 22, 51 and CF. RGB value is (34,81,207). Sum of RGB (Red+Green+Blue) = 34+81+207=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #2251CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2251CF is #DDAE30. Grayscale: #505050. Windows color (decimal): -14528049 or 13586722. OLE color: 13586722.

HSL color Cylindrical-coordinate representation of color #2251CF: hue angle of 223.7º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2251CF is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 81 207 -
CMYK 0.84 0.61 0 0.19
HSL 223.7º 0.72% 0.47% -
HSV(B) 223.7º 0.84% 0.81% -
XYZ 14.86 10.73 60.32 -
YUV 81.31 198.93 94.25 -
System Red Green Blue C M Y K H S L
Decimal 34 81 207 0.84 0.61 0 0.19 223.7 0.72 0.47
Hex 22 51 CF 54 3D 0 13 E0 48 2F
Octal 42 121 317 124 75 0 23 340 110 57
Binary 100010 1010001 11001111 1010100 111101 0 10011 11100000 1001000 101111

Color Harmonies of #2251CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2251CF

Black with #2251CF

Text Example


Text Example

White with #2251CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2251CF; }

 p { color: rgb(34,81,207); }

 H1.HeaderClassName
 {
   color: #2251CF;
 }
 .AnyTagClassName
 {
   color: #2251CF;
 }
</style>

background-color css

<style>
 a { background-color: #2251CF; }

 a { background-color: rgb(34,81,207); }

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

border-color css

<style>
 span { border-color: #2251CF; }

 span { border-color: rgb(34,81,207); }

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