Html Css Color HEX #2250CD Cerulean Blue

📋 copy color: '#2250CD'

red 34 ◦ green 80 ◦ blue 205

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

Shades of Cerulean Blue #2250CD

Tints of Cerulean Blue #2250CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 10.66%
G = 25.08%
B = 64.26%

CMYK

 C value IS 0.83

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2250CD (or 0x2250CD) is known color: Cerulean Blue. HEX triplet: 22, 50 and CD. RGB value is (34,80,205). Sum of RGB (Red+Green+Blue) = 34+80+205=319 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.66% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #2250CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2250CD is #DDAF32. Grayscale: #4F4F4F. Windows color (decimal): -14528307 or 13455394. OLE color: 13455394.

HSL color Cylindrical-coordinate representation of color #2250CD: hue angle of 223.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2250CD is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 34 80 205 -
CMYK 0.83 0.61 0 0.20
HSL 223.86º 0.72% 0.47% -
HSV(B) 223.86º 0.83% 0.8% -
XYZ 14.55 10.49 59.01 -
YUV 80.5 198.26 94.84 -
System Red Green Blue C M Y K H S L
Decimal 34 80 205 0.83 0.61 0 0.20 223.86 0.72 0.47
Hex 22 50 CD 53 3D 0 14 E0 48 2F
Octal 42 120 315 123 75 0 24 340 110 57
Binary 100010 1010000 11001101 1010011 111101 0 10100 11100000 1001000 101111

Color Harmonies of #2250CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2250CD

Black with #2250CD

Text Example


Text Example

White with #2250CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2250CD; }

 p { color: rgb(34,80,205); }

 H1.HeaderClassName
 {
   color: #2250CD;
 }
 .AnyTagClassName
 {
   color: #2250CD;
 }
</style>

background-color css

<style>
 a { background-color: #2250CD; }

 a { background-color: rgb(34,80,205); }

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

border-color css

<style>
 span { border-color: #2250CD; }

 span { border-color: rgb(34,80,205); }

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