Html Css Color HEX #1F48DA Cerulean Blue

📋 copy color: '#1F48DA'

red 31 ◦ green 72 ◦ blue 218

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

Shades of Cerulean Blue #1F48DA

Tints of Cerulean Blue #1F48DA

RGB

 RED value IS 31 (12.5% from 255) = 9.66%

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

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

R = 9.66%
G = 22.43%
B = 67.91%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1F48DA (or 0x1F48DA) is known color: Cerulean Blue. HEX triplet: 1F, 48 and DA. RGB value is (31,72,218). Sum of RGB (Red+Green+Blue) = 31+72+218=321 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.66% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #1F48DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F48DA is #E0B725. Grayscale: #4B4B4B. Windows color (decimal): -14726950 or 14305311. OLE color: 14305311.

HSL color Cylindrical-coordinate representation of color #1F48DA: hue angle of 226.84º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F48DA is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 31 72 218 -
CMYK 0.86 0.67 0 0.15
HSL 226.84º 0.75% 0.49% -
HSV(B) 226.84º 0.86% 0.85% -
XYZ 15.54 9.99 67.44 -
YUV 76.39 207.92 95.63 -
System Red Green Blue C M Y K H S L
Decimal 31 72 218 0.86 0.67 0 0.15 226.84 0.75 0.49
Hex 1F 48 DA 56 43 0 F E3 4B 31
Octal 37 110 332 126 103 0 17 343 113 61
Binary 11111 1001000 11011010 1010110 1000011 0 1111 11100011 1001011 110001

Color Harmonies of #1F48DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F48DA

Black with #1F48DA

Text Example


Text Example

White with #1F48DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,218); }

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

background-color css

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

 a { background-color: rgb(31,72,218); }

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

border-color css

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

 span { border-color: rgb(31,72,218); }

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