Html Css Color HEX #069BED Dodger Blue

📋 copy color: '#069BED'

red 6 ◦ green 155 ◦ blue 237

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

Shades of Dodger Blue #069BED

Tints of Dodger Blue #069BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.94%

 BLUE value IS 237 (92.97% from 255) = 59.55%

R = 1.51%
G = 38.94%
B = 59.55%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#069BED (or 0x069BED) is known color: Dodger Blue. HEX triplet: 06, 9B and ED. RGB value is (6,155,237). Sum of RGB (Red+Green+Blue) = 6+155+237=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #069BED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #069BED is #F96412. Grayscale: #777777. Windows color (decimal): -16344083 or 15571718. OLE color: 15571718.

HSL color Cylindrical-coordinate representation of color #069BED: hue angle of 201.3º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069BED is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 155 237 -
CMYK 0.97 0.35 0 0.07
HSL 201.3º 0.95% 0.48% -
HSV(B) 201.3º 0.97% 0.93% -
XYZ 27.08 29.6 84.41 -
YUV 119.8 194.14 46.83 -
System Red Green Blue C M Y K H S L
Decimal 6 155 237 0.97 0.35 0 0.07 201.3 0.95 0.48
Hex 6 9B ED 61 23 0 7 C9 5F 30
Octal 6 233 355 141 43 0 7 311 137 60
Binary 110 10011011 11101101 1100001 100011 0 111 11001001 1011111 110000

Color Harmonies of #069BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #069BED

Black with #069BED

Text Example


Text Example

White with #069BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,155,237); }

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

background-color css

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

 a { background-color: rgb(6,155,237); }

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

border-color css

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

 span { border-color: rgb(6,155,237); }

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