Html Css Color HEX #067AF5 Dodger Blue

📋 copy color: '#067AF5'

red 6 ◦ green 122 ◦ blue 245

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

Shades of Dodger Blue #067AF5

Tints of Dodger Blue #067AF5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.71%

 BLUE value IS 245 (96.09% from 255) = 65.68%

R = 1.61%
G = 32.71%
B = 65.68%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#067AF5 (or 0x067AF5) is known color: Dodger Blue. HEX triplet: 06, 7A and F5. RGB value is (6,122,245). Sum of RGB (Red+Green+Blue) = 6+122+245=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 245 (96.09% from 255 or 65.68% from 373); Max value from RGB is 245 - color contains mainly: blue. Hex color #067AF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #067AF5 is #F9850A. Grayscale: #646464. Windows color (decimal): -16352523 or 16087558. OLE color: 16087558.

HSL color Cylindrical-coordinate representation of color #067AF5: hue angle of 210.88º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067AF5 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 6 122 245 -
CMYK 0.98 0.50 0 0.04
HSL 210.88º 0.95% 0.49% -
HSV(B) 210.88º 0.98% 0.96% -
XYZ 23.52 20.55 89.11 -
YUV 101.34 209.07 60 -
System Red Green Blue C M Y K H S L
Decimal 6 122 245 0.98 0.50 0 0.04 210.88 0.95 0.49
Hex 6 7A F5 62 32 0 4 D3 5F 31
Octal 6 172 365 142 62 0 4 323 137 61
Binary 110 1111010 11110101 1100010 110010 0 100 11010011 1011111 110001

Color Harmonies of #067AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067AF5

Black with #067AF5

Text Example


Text Example

White with #067AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067AF5; }

 p { color: rgb(6,122,245); }

 H1.HeaderClassName
 {
   color: #067AF5;
 }
 .AnyTagClassName
 {
   color: #067AF5;
 }
</style>

background-color css

<style>
 a { background-color: #067AF5; }

 a { background-color: rgb(6,122,245); }

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

border-color css

<style>
 span { border-color: #067AF5; }

 span { border-color: rgb(6,122,245); }

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