Html Css Color HEX #2250DA Cerulean Blue

📋 copy color: '#2250DA'

red 34 ◦ green 80 ◦ blue 218

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

Shades of Cerulean Blue #2250DA

Tints of Cerulean Blue #2250DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.66%

R = 10.24%
G = 24.1%
B = 65.66%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2250DA (or 0x2250DA) is known color: Cerulean Blue. HEX triplet: 22, 50 and DA. RGB value is (34,80,218). Sum of RGB (Red+Green+Blue) = 34+80+218=332 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.24% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #2250DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2250DA is #DDAF25. Grayscale: #515151. Windows color (decimal): -14528294 or 14307362. OLE color: 14307362.

HSL color Cylindrical-coordinate representation of color #2250DA: hue angle of 225º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2250DA is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 34 80 218 -
CMYK 0.84 0.63 0 0.15
HSL 225º 0.73% 0.49% -
HSV(B) 225º 0.84% 0.85% -
XYZ 16.18 11.14 67.63 -
YUV 81.98 204.76 93.78 -
System Red Green Blue C M Y K H S L
Decimal 34 80 218 0.84 0.63 0 0.15 225 0.73 0.49
Hex 22 50 DA 54 3F 0 F E1 49 31
Octal 42 120 332 124 77 0 17 341 111 61
Binary 100010 1010000 11011010 1010100 111111 0 1111 11100001 1001001 110001

Color Harmonies of #2250DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2250DA

Black with #2250DA

Text Example


Text Example

White with #2250DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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