Html Css Color HEX #1848EA Cerulean Blue

📋 copy color: '#1848EA'

red 24 ◦ green 72 ◦ blue 234

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

Shades of Cerulean Blue #1848EA

Tints of Cerulean Blue #1848EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.91%

R = 7.27%
G = 21.82%
B = 70.91%

CMYK

 C value IS 0.90

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1848EA (or 0x1848EA) is known color: Cerulean Blue. HEX triplet: 18, 48 and EA. RGB value is (24,72,234). Sum of RGB (Red+Green+Blue) = 24+72+234=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #1848EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1848EA is #E7B715. Grayscale: #4B4B4B. Windows color (decimal): -15185686 or 15353880. OLE color: 15353880.

HSL color Cylindrical-coordinate representation of color #1848EA: hue angle of 226.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1848EA is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 72 234 -
CMYK 0.90 0.69 0 0.08
HSL 226.29º 0.83% 0.51% -
HSV(B) 226.29º 0.9% 0.92% -
XYZ 17.55 10.77 79 -
YUV 76.12 217.1 90.83 -
System Red Green Blue C M Y K H S L
Decimal 24 72 234 0.90 0.69 0 0.08 226.29 0.83 0.51
Hex 18 48 EA 5A 45 0 8 E2 53 33
Octal 30 110 352 132 105 0 10 342 123 63
Binary 11000 1001000 11101010 1011010 1000101 0 1000 11100010 1010011 110011

Color Harmonies of #1848EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1848EA

Black with #1848EA

Text Example


Text Example

White with #1848EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1848EA; }

 p { color: rgb(24,72,234); }

 H1.HeaderClassName
 {
   color: #1848EA;
 }
 .AnyTagClassName
 {
   color: #1848EA;
 }
</style>

background-color css

<style>
 a { background-color: #1848EA; }

 a { background-color: rgb(24,72,234); }

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

border-color css

<style>
 span { border-color: #1848EA; }

 span { border-color: rgb(24,72,234); }

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