Html Css Color HEX #2150CF Cerulean Blue

📋 copy color: '#2150CF'

red 33 ◦ green 80 ◦ blue 207

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

Shades of Cerulean Blue #2150CF

Tints of Cerulean Blue #2150CF

RGB

 RED value IS 33 (13.28% from 255) = 10.31%

 GREEN value IS 80 (31.64% from 255) = 25%

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

R = 10.31%
G = 25%
B = 64.69%

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

#2150CF (or 0x2150CF) is known color: Cerulean Blue. HEX triplet: 21, 50 and CF. RGB value is (33,80,207). Sum of RGB (Red+Green+Blue) = 33+80+207=320 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.31% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #2150CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2150CF is #DEAF30. Grayscale: #4F4F4F. Windows color (decimal): -14593841 or 13586465. OLE color: 13586465.

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

Color convert

RGB 33 80 207 -
CMYK 0.84 0.61 0 0.19
HSL 223.79º 0.73% 0.47% -
HSV(B) 223.79º 0.84% 0.81% -
XYZ 14.76 10.57 60.29 -
YUV 80.43 199.43 94.17 -
System Red Green Blue C M Y K H S L
Decimal 33 80 207 0.84 0.61 0 0.19 223.79 0.73 0.47
Hex 21 50 CF 54 3D 0 13 E0 48 2F
Octal 41 120 317 124 75 0 23 340 110 57
Binary 100001 1010000 11001111 1010100 111101 0 10011 11100000 1001000 101111

Color Harmonies of #2150CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2150CF

Black with #2150CF

Text Example


Text Example

White with #2150CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,80,207); }

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

background-color css

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

 a { background-color: rgb(33,80,207); }

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

border-color css

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

 span { border-color: rgb(33,80,207); }

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