Html Css Color HEX #236AFF Dodger Blue

📋 copy color: '#236AFF'

red 35 ◦ green 106 ◦ blue 255

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

Shades of Dodger Blue #236AFF

Tints of Dodger Blue #236AFF

RGB

 RED value IS 35 (14.06% from 255) = 8.84%

 GREEN value IS 106 (41.8% from 255) = 26.77%

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

R = 8.84%
G = 26.77%
B = 64.39%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#236AFF (or 0x236AFF) is known color: Dodger Blue. HEX triplet: 23, 6A and FF. RGB value is (35,106,255). Sum of RGB (Red+Green+Blue) = 35+106+255=396 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.84% from 396); Green value is 106 (41.80% from 255 or 26.77% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #236AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #236AFF is #DC9500. Grayscale: #656565. Windows color (decimal): -14456065 or 16738851. OLE color: 16738851.

HSL color Cylindrical-coordinate representation of color #236AFF: hue angle of 220.64º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #236AFF is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 35 106 255 -
CMYK 0.86 0.58 0 0
HSL 220.64º 1% 0.57% -
HSV(B) 220.64º 0.86% 1% -
XYZ 23.9 17.89 96.8 -
YUV 101.76 214.48 80.38 -
System Red Green Blue C M Y K H S L
Decimal 35 106 255 0.86 0.58 0 0 220.64 1 0.57
Hex 23 6A FF 56 3A 0 0 DD 64 39
Octal 43 152 377 126 72 0 0 335 144 71
Binary 100011 1101010 11111111 1010110 111010 0 0 11011101 1100100 111001

Color Harmonies of #236AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #236AFF

Black with #236AFF

Text Example


Text Example

White with #236AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #236AFF; }

 p { color: rgb(35,106,255); }

 H1.HeaderClassName
 {
   color: #236AFF;
 }
 .AnyTagClassName
 {
   color: #236AFF;
 }
</style>

background-color css

<style>
 a { background-color: #236AFF; }

 a { background-color: rgb(35,106,255); }

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

border-color css

<style>
 span { border-color: #236AFF; }

 span { border-color: rgb(35,106,255); }

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