Html Css Color HEX #1A48DE Cerulean Blue

📋 copy color: '#1A48DE'

red 26 ◦ green 72 ◦ blue 222

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

Shades of Cerulean Blue #1A48DE

Tints of Cerulean Blue #1A48DE

RGB

 RED value IS 26 (10.55% from 255) = 8.13%

 GREEN value IS 72 (28.52% from 255) = 22.5%

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

R = 8.13%
G = 22.5%
B = 69.38%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1A48DE (or 0x1A48DE) is known color: Cerulean Blue. HEX triplet: 1A, 48 and DE. RGB value is (26,72,222). Sum of RGB (Red+Green+Blue) = 26+72+222=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A48DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A48DE is #E5B721. Grayscale: #4A4A4A. Windows color (decimal): -15054626 or 14567450. OLE color: 14567450.

HSL color Cylindrical-coordinate representation of color #1A48DE: hue angle of 225.92º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A48DE is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 72 222 -
CMYK 0.88 0.68 0 0.13
HSL 225.92º 0.79% 0.49% -
HSV(B) 225.92º 0.88% 0.87% -
XYZ 15.93 10.13 70.22 -
YUV 75.35 210.76 92.8 -
System Red Green Blue C M Y K H S L
Decimal 26 72 222 0.88 0.68 0 0.13 225.92 0.79 0.49
Hex 1A 48 DE 58 44 0 D E2 4F 31
Octal 32 110 336 130 104 0 15 342 117 61
Binary 11010 1001000 11011110 1011000 1000100 0 1101 11100010 1001111 110001

Color Harmonies of #1A48DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A48DE

Black with #1A48DE

Text Example


Text Example

White with #1A48DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A48DE; }

 p { color: rgb(26,72,222); }

 H1.HeaderClassName
 {
   color: #1A48DE;
 }
 .AnyTagClassName
 {
   color: #1A48DE;
 }
</style>

background-color css

<style>
 a { background-color: #1A48DE; }

 a { background-color: rgb(26,72,222); }

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

border-color css

<style>
 span { border-color: #1A48DE; }

 span { border-color: rgb(26,72,222); }

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