Html Css Color HEX #0962FF Dodger Blue

📋 copy color: '#0962FF'

red 9 ◦ green 98 ◦ blue 255

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

Shades of Dodger Blue #0962FF

Tints of Dodger Blue #0962FF

RGB

 RED value IS 9 (3.91% from 255) = 2.49%

 GREEN value IS 98 (38.67% from 255) = 27.07%

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

R = 2.49%
G = 27.07%
B = 70.44%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0962FF (or 0x0962FF) is known color: Dodger Blue. HEX triplet: 09, 62 and FF. RGB value is (9,98,255). Sum of RGB (Red+Green+Blue) = 9+98+255=362 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.49% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #0962FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0962FF is #F69D00. Grayscale: #585858. Windows color (decimal): -16162049 or 16736777. OLE color: 16736777.

HSL color Cylindrical-coordinate representation of color #0962FF: hue angle of 218.29º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0962FF is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 98 255 -
CMYK 0.96 0.62 0 0
HSL 218.29º 1% 0.52% -
HSV(B) 218.29º 0.96% 1% -
XYZ 22.53 16.01 96.51 -
YUV 89.29 221.51 70.73 -
System Red Green Blue C M Y K H S L
Decimal 9 98 255 0.96 0.62 0 0 218.29 1 0.52
Hex 9 62 FF 60 3E 0 0 DA 64 34
Octal 11 142 377 140 76 0 0 332 144 64
Binary 1001 1100010 11111111 1100000 111110 0 0 11011010 1100100 110100

Color Harmonies of #0962FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962FF

Black with #0962FF

Text Example


Text Example

White with #0962FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0962FF; }

 p { color: rgb(9,98,255); }

 H1.HeaderClassName
 {
   color: #0962FF;
 }
 .AnyTagClassName
 {
   color: #0962FF;
 }
</style>

background-color css

<style>
 a { background-color: #0962FF; }

 a { background-color: rgb(9,98,255); }

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

border-color css

<style>
 span { border-color: #0962FF; }

 span { border-color: rgb(9,98,255); }

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