Html Css Color HEX #42A3FF Dodger Blue

📋 copy color: '#42A3FF'

red 66 ◦ green 163 ◦ blue 255

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

Shades of Dodger Blue #42A3FF

Tints of Dodger Blue #42A3FF

RGB

 RED value IS 66 (26.17% from 255) = 13.64%

 GREEN value IS 163 (64.06% from 255) = 33.68%

 BLUE value IS 255 (100% from 255) = 52.69%

R = 13.64%
G = 33.68%
B = 52.69%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#42A3FF (or 0x42A3FF) is known color: Dodger Blue. HEX triplet: 42, A3 and FF. RGB value is (66,163,255). Sum of RGB (Red+Green+Blue) = 66+163+255=484 (64% of max value = 765). Red value is 66 (26.17% from 255 or 13.64% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #42A3FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42A3FF is #BD5C00. Grayscale: #909090. Windows color (decimal): -12409857 or 16753474. OLE color: 16753474.

HSL color Cylindrical-coordinate representation of color #42A3FF: hue angle of 209.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42A3FF is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 66 163 255 -
CMYK 0.74 0.36 0 0
HSL 209.21º 1% 0.63% -
HSV(B) 209.21º 0.74% 1% -
XYZ 33.39 34.57 99.52 -
YUV 144.49 190.36 72.02 -
System Red Green Blue C M Y K H S L
Decimal 66 163 255 0.74 0.36 0 0 209.21 1 0.63
Hex 42 A3 FF 4A 24 0 0 D1 64 3F
Octal 102 243 377 112 44 0 0 321 144 77
Binary 1000010 10100011 11111111 1001010 100100 0 0 11010001 1100100 111111

Color Harmonies of #42A3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A3FF

Black with #42A3FF

Text Example


Text Example

White with #42A3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A3FF; }

 p { color: rgb(66,163,255); }

 H1.HeaderClassName
 {
   color: #42A3FF;
 }
 .AnyTagClassName
 {
   color: #42A3FF;
 }
</style>

background-color css

<style>
 a { background-color: #42A3FF; }

 a { background-color: rgb(66,163,255); }

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

border-color css

<style>
 span { border-color: #42A3FF; }

 span { border-color: rgb(66,163,255); }

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