Html Css Color HEX #069EFD Dodger Blue

📋 copy color: '#069EFD'

red 6 ◦ green 158 ◦ blue 253

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

Shades of Dodger Blue #069EFD

Tints of Dodger Blue #069EFD

RGB

 RED value IS 6 (2.73% from 255) = 1.44%

 GREEN value IS 158 (62.11% from 255) = 37.89%

 BLUE value IS 253 (99.22% from 255) = 60.67%

R = 1.44%
G = 37.89%
B = 60.67%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#069EFD (or 0x069EFD) is known color: Dodger Blue. HEX triplet: 06, 9E and FD. RGB value is (6,158,253). Sum of RGB (Red+Green+Blue) = 6+158+253=417 (55% of max value = 765). Red value is 6 (2.73% from 255 or 1.44% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #069EFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069EFD is #F96102. Grayscale: #7A7A7A. Windows color (decimal): -16343299 or 16621062. OLE color: 16621062.

HSL color Cylindrical-coordinate representation of color #069EFD: hue angle of 203.08º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #069EFD is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 6 158 253 -
CMYK 0.98 0.38 0 0.01
HSL 203.08º 0.98% 0.51% -
HSV(B) 203.08º 0.98% 0.99% -
XYZ 30.03 31.58 97.44 -
YUV 123.38 201.14 44.28 -
System Red Green Blue C M Y K H S L
Decimal 6 158 253 0.98 0.38 0 0.01 203.08 0.98 0.51
Hex 6 9E FD 62 26 0 1 CB 62 33
Octal 6 236 375 142 46 0 1 313 142 63
Binary 110 10011110 11111101 1100010 100110 0 1 11001011 1100010 110011

Color Harmonies of #069EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069EFD

Black with #069EFD

Text Example


Text Example

White with #069EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #069EFD; }

 p { color: rgb(6,158,253); }

 H1.HeaderClassName
 {
   color: #069EFD;
 }
 .AnyTagClassName
 {
   color: #069EFD;
 }
</style>

background-color css

<style>
 a { background-color: #069EFD; }

 a { background-color: rgb(6,158,253); }

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

border-color css

<style>
 span { border-color: #069EFD; }

 span { border-color: rgb(6,158,253); }

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