Html Css Color HEX #1F4BDD Cerulean Blue

📋 copy color: '#1F4BDD'

red 31 ◦ green 75 ◦ blue 221

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

Shades of Cerulean Blue #1F4BDD

Tints of Cerulean Blue #1F4BDD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.94%

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 9.48%
G = 22.94%
B = 67.58%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F4BDD (or 0x1F4BDD) is known color: Cerulean Blue. HEX triplet: 1F, 4B and DD. RGB value is (31,75,221). Sum of RGB (Red+Green+Blue) = 31+75+221=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F4BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BDD is #E0B422. Grayscale: #4D4D4D. Windows color (decimal): -14726179 or 14502687. OLE color: 14502687.

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

Color convert

RGB 31 75 221 -
CMYK 0.86 0.66 0 0.13
HSL 226.11º 0.75% 0.49% -
HSV(B) 226.11º 0.86% 0.87% -
XYZ 16.13 10.54 69.59 -
YUV 78.49 208.42 94.13 -
System Red Green Blue C M Y K H S L
Decimal 31 75 221 0.86 0.66 0 0.13 226.11 0.75 0.49
Hex 1F 4B DD 56 42 0 D E2 4B 31
Octal 37 113 335 126 102 0 15 342 113 61
Binary 11111 1001011 11011101 1010110 1000010 0 1101 11100010 1001011 110001

Color Harmonies of #1F4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4BDD

Black with #1F4BDD

Text Example


Text Example

White with #1F4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,75,221); }

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

background-color css

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

 a { background-color: rgb(31,75,221); }

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

border-color css

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

 span { border-color: rgb(31,75,221); }

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