Html Css Color HEX #1853DE Cerulean Blue

📋 copy color: '#1853DE'

red 24 ◦ green 83 ◦ blue 222

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

Shades of Cerulean Blue #1853DE

Tints of Cerulean Blue #1853DE

RGB

 RED value IS 24 (9.77% from 255) = 7.29%

 GREEN value IS 83 (32.81% from 255) = 25.23%

 BLUE value IS 222 (87.11% from 255) = 67.48%

R = 7.29%
G = 25.23%
B = 67.48%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1853DE (or 0x1853DE) is known color: Cerulean Blue. HEX triplet: 18, 53 and DE. RGB value is (24,83,222). Sum of RGB (Red+Green+Blue) = 24+83+222=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 222 (87.11% from 255 or 67.48% from 329); Max value from RGB is 222 - color contains mainly: blue. Hex color #1853DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1853DE is #E7AC21. Grayscale: #505050. Windows color (decimal): -15182882 or 14570264. OLE color: 14570264.

HSL color Cylindrical-coordinate representation of color #1853DE: hue angle of 222.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1853DE is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 83 222 -
CMYK 0.89 0.63 0 0.13
HSL 222.12º 0.8% 0.48% -
HSV(B) 222.12º 0.89% 0.87% -
XYZ 16.65 11.65 70.48 -
YUV 81.21 207.45 87.2 -
System Red Green Blue C M Y K H S L
Decimal 24 83 222 0.89 0.63 0 0.13 222.12 0.8 0.48
Hex 18 53 DE 59 3F 0 D DE 50 30
Octal 30 123 336 131 77 0 15 336 120 60
Binary 11000 1010011 11011110 1011001 111111 0 1101 11011110 1010000 110000

Color Harmonies of #1853DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1853DE

Black with #1853DE

Text Example


Text Example

White with #1853DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1853DE; }

 p { color: rgb(24,83,222); }

 H1.HeaderClassName
 {
   color: #1853DE;
 }
 .AnyTagClassName
 {
   color: #1853DE;
 }
</style>

background-color css

<style>
 a { background-color: #1853DE; }

 a { background-color: rgb(24,83,222); }

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

border-color css

<style>
 span { border-color: #1853DE; }

 span { border-color: rgb(24,83,222); }

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