Html Css Color HEX #2249CF Cerulean Blue

📋 copy color: '#2249CF'

red 34 ◦ green 73 ◦ blue 207

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

Shades of Cerulean Blue #2249CF

Tints of Cerulean Blue #2249CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

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

R = 10.83%
G = 23.25%
B = 65.92%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2249CF (or 0x2249CF) is known color: Cerulean Blue. HEX triplet: 22, 49 and CF. RGB value is (34,73,207). Sum of RGB (Red+Green+Blue) = 34+73+207=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #2249CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2249CF is #DDB630. Grayscale: #4C4C4C. Windows color (decimal): -14530097 or 13584674. OLE color: 13584674.

HSL color Cylindrical-coordinate representation of color #2249CF: hue angle of 226.47º 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 #2249CF is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 34 73 207 -
CMYK 0.84 0.65 0 0.19
HSL 226.47º 0.72% 0.47% -
HSV(B) 226.47º 0.84% 0.81% -
XYZ 14.3 9.61 60.13 -
YUV 76.62 201.58 97.6 -
System Red Green Blue C M Y K H S L
Decimal 34 73 207 0.84 0.65 0 0.19 226.47 0.72 0.47
Hex 22 49 CF 54 41 0 13 E2 48 2F
Octal 42 111 317 124 101 0 23 342 110 57
Binary 100010 1001001 11001111 1010100 1000001 0 10011 11100010 1001000 101111

Color Harmonies of #2249CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2249CF

Black with #2249CF

Text Example


Text Example

White with #2249CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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