Html Css Color HEX #1B74EB Dodger Blue

📋 copy color: '#1B74EB'

red 27 ◦ green 116 ◦ blue 235

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

Shades of Dodger Blue #1B74EB

Tints of Dodger Blue #1B74EB

RGB

 RED value IS 27 (10.94% from 255) = 7.14%

 GREEN value IS 116 (45.7% from 255) = 30.69%

 BLUE value IS 235 (92.19% from 255) = 62.17%

R = 7.14%
G = 30.69%
B = 62.17%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1B74EB (or 0x1B74EB) is known color: Dodger Blue. HEX triplet: 1B, 74 and EB. RGB value is (27,116,235). Sum of RGB (Red+Green+Blue) = 27+116+235=378 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.14% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #1B74EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1B74EB is #E48B14. Grayscale: #666666. Windows color (decimal): -14977813 or 15430683. OLE color: 15430683.

HSL color Cylindrical-coordinate representation of color #1B74EB: hue angle of 214.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B74EB is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 116 235 -
CMYK 0.89 0.51 0 0.08
HSL 214.33º 0.84% 0.51% -
HSV(B) 214.33º 0.89% 0.92% -
XYZ 21.69 18.72 81.07 -
YUV 102.96 202.51 73.82 -
System Red Green Blue C M Y K H S L
Decimal 27 116 235 0.89 0.51 0 0.08 214.33 0.84 0.51
Hex 1B 74 EB 59 33 0 8 D6 54 33
Octal 33 164 353 131 63 0 10 326 124 63
Binary 11011 1110100 11101011 1011001 110011 0 1000 11010110 1010100 110011

Color Harmonies of #1B74EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B74EB

Black with #1B74EB

Text Example


Text Example

White with #1B74EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,116,235); }

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

background-color css

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

 a { background-color: rgb(27,116,235); }

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

border-color css

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

 span { border-color: rgb(27,116,235); }

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